home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: <no subject>
- Sent: 4/30/96 11:15 AM
- Received: 4/30/96 11:31 AM
- From: Jim Lloyd, jim@melongem.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- At 3:12 AM 4/30/96, PIPUS Aurora wrote:
- >I'd like to include a C++ library in my ODF project. Must I use any
- >particulare preferences to create this library with CW7?
- >Please help me. Thanks Aurora.
- >
- >Aurora Pipus.
- >Pipus@corinto.interbusiness.it
-
- Make sure that you use CW7 for both your library and for creating the ODF
- libraries. You can't mix CW7 and CW8 because they use different v-table
- formats and name mangling.
-
- Make sure the preferences in the "C/C++ Language" panel is the same in all
- of the projects. The ODF projects should already be consistent, so you'll
- just need to make sure that your project matches the ODF projects.
-
- Note that it's not necessary to make every single checkbox in the "C/C++
- Language" panel be the same across all projects; some of the preferences
- (such as "Expand Trigraphs") don't affect code generation and linkage.
- However, it's probably a good idea to use exactly the same preferences we
- use and then only make changes if you know for sure that you need them. In
- that case you might then want to change the preferences in the ODF projects
- and rebuild the ODF libraries.
-
- Jim Lloyd
- ODF Team
-
-